WiaImageIntent Enumeration
In This Topic
Specifies the image intent setting for the WIA device.
Syntax
'Declaration
<ComVisibleAttribute(True)>
Public Enum WiaImageIntent
Inherits System.Enum
[ComVisible(true)]
public enum WiaImageIntent : System.Enum
public enum WiaImageIntent = class(System.Enum)
ComVisibleAttribute()
public enum WiaImageIntent extends System.Enum
[ComVisible(true)]
__value public enum WiaImageIntent : public System.Enum
[ComVisible(true)]
public enum class WiaImageIntent : public System.Enum
Members
Member | Value | Description |
WiaImageIntentBestPreview | 262144 | This flag is a mask for all of the size/quality flags. |
WiaImageIntentColor | 1 | The application intends to prepare the device for a color scan. |
WiaImageIntentGrayscale | 2 | The application intends to prepare the device for a grayscale scan. |
WiaImageIntentMask | 15 | Mask for all of the image-type flags. |
WiaImageIntentMaximizeQuality | 131072 | The application intends to prepare the device for scanning a high-quality image. |
WiaImageIntentMinimizeSize | 65536 | The application intends to prepare the device for scanning an image that result's in a small scan. |
WiaImageIntentNone | 0 | Default value. No intent is specified. |
WiaImageIntentSizeMask | 983040 | The application intends to prepare the device for scanning a preview. |
WiaImageIntentText | 4 | The application intends to prepare the device for scanning text. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
GdPicture14.WiaImageIntent
See Also
Reference
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace